C1.Win.Bitmap.4.8 Assembly / C1.Win.Bitmap Namespace / C1Bitmap Class / Load Method / Load(Stream,BaseTransform[]) Method
The input stream.
The transformation chain for the image that is being loaded.

In This Topic
Load(Stream,BaseTransform[]) Method
In This Topic
Loads the image from a System.IO.Stream.
Syntax
'Declaration
 
Public Overloads Sub Load( _
   ByVal stream As System.IO.Stream, _
   ByVal ParamArray transforms() As BaseTransform _
) 
 

Parameters

stream
The input stream.
transforms
The transformation chain for the image that is being loaded.
See Also